home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb / local.mk < prev    next >
Encoding:
Makefile  |  1992-03-03  |  492 b   |  22 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. NAME        = gdb
  9. LIBS        += -ltermlib
  10.  
  11. NOOPTIMIZATION=true
  12.  
  13. #include    <$(SYSMAKEFILE)>
  14.  
  15. .PATH.h        : sprite . dist dist/readline
  16.  
  17. CFLAGS          += -Isprite -I. -Idist -Idist/readline 
  18.  
  19.  
  20. DISTFILES   =   dist sprite
  21.  
  22.